home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / etc / trie-gen / ChangeLog next >
Text File  |  1994-05-13  |  5KB  |  129 lines

  1. Fri May 13 19:07:25 1994  Jason Merrill  (jason@deneb.cygnus.com)
  2.  
  3.     * trie.cc (Trie::sort): add `const' as needed to make conformant.
  4.  
  5. Sun Feb  6 22:22:09 1994  Jason Merrill  (jason@deneb.cygnus.com)
  6.  
  7.     * compact.cc: Include renew.h
  8.     * trie.cc: Ditto.
  9.  
  10.     * renew.h (new): Define reallocish new.
  11.  
  12. Mon Oct 25 18:51:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  13.  
  14.     * main.cc: Don't bother increasing the stack size.
  15.  
  16. Tue Sep 28 15:54:48 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  17.  
  18.     * main.cc:  #include <sys/time.h> before <sys/resource.h>.
  19.     (Problem reported by Jeffrey A Law <law@shafer.cs.utah.edu>.)
  20.  
  21. Fri Jun  4 18:42:24 1993  Per Bothner  (bothner@cygnus.com)
  22.  
  23.     * compact.cc, trie.cc:  If 'char' is unsigned, write
  24.     explicit 'signed char' for tables of signed chars.
  25.  
  26. Sun Apr 25 20:04:18 1993  Per Bothner  (bothner@cygnus.com)
  27.  
  28.     Changes (mostly from Peter Schauer) to permit compilation
  29.     using cfront 3.0 and otherwise be ARM-conforming.
  30.     * compact.cc (operator new):  Don't depend on gcc-specific
  31.     pointer arithmetic on (void*).
  32.     * compact.{h,cc}, trie.{h,cc}:  Replace MAX_UNSIGNED_CHAR,
  33.     MAX_UNSIGNED_SHORT, MAX_SIGNED_CHAR, and MAX_SIGNED_SHORT
  34.     by CHAR_MAX, USHRT_MAX,  SCHAR_MAX, and SHRT_MAX from <limits.h>.
  35.     * compact.cc, trie.cc:  Removed _G_OLD_PLACEMENT (old-style
  36.     'new' placement syntax) support.
  37.     * compact.cc:  Remove dependency on gcc-specific >? (max)
  38.     operator.
  39.     * trie.h (Trie::MAX_ASCII):  Replaced by global in trie.cc.
  40.     * compact.h, compat.cc:  Ditto for MAX_ASCII_RANGE.
  41.     * compact.h: Removed MAX_INT.
  42.     * trie.h (Trie::Trie):  Gave default value for parameter,
  43.     allowing us to get rid of the const field DEFAULT_SIZE.
  44.     * main.cc (main):  Renamed variable Trie to trie.
  45.     * test.cc:  Add #include <string.h> (for strlen).
  46.  
  47. Wed Dec 30 16:48:08 1992  Per Bothner  (bothner@rtl.cygnus.com)
  48.  
  49.     * Makefile.in:  Don't pass -1 flag to 'ls' (unless LS_1
  50.     is overridden), as some versions of ls don't support it,
  51.     and those that do don't seem to need it.
  52.     * main.cc:  Use _G_HAVE_SYS_RESOURCE before including
  53.     <sys/resource.h> and doing the rlimit stuff.
  54.  
  55. Mon Dec 21 18:12:31 1992  Per Bothner  (bothner@rtl.cygnus.com)
  56.  
  57.     * compact.cc: Fix to avoid evaluation order dependencies.
  58.  
  59. Mon Nov 30 16:51:33 1992  Per Bothner  (bothner@cygnus.com)
  60.  
  61.     * trie.h (class Trie), compact.h (class Compact_Matrix,
  62.     class Compact_Matrix::Row_Node), compact.cc (new method
  63.     Compact_Matrix::init):  Don't use no-longer-allowed
  64.     initialized non-const fields; use constructors instead.
  65.  
  66. Tue Nov 17 22:00:15 1992  Per Bothner  (bothner@rtl.cygnus.com)
  67.  
  68.     * compact.cc:  ANSIfy:  bcopy->memcpy, bzero->memset,
  69.     * compact.cc (Compact_Matrix::first_fit_decreasing):  Re-write
  70.     dubious memory allocation using alloca to use
  71.     malloc/realloc/free.  This supposedly fixes an HPUX problem.
  72.     * trie.cc (Trie::output):  Fix to avoid const/non-const
  73.     warning when compiling generated output.
  74.  
  75. Sun Nov  1 15:58:19 1992  Per Bothner  (bothner@cygnus.com)
  76.  
  77.     * trie.cc, compact.cc:   Use "new" placement syntax
  78.     (as in 'new (ARGS) TYPE'), unless  _G_OLD_PLACEMENT.
  79.     * compact.cc:  ANSI-fy:  bcopy->memcpy etc.
  80.     * Makefile.in:  Minor fixes related to using $(C++).
  81.  
  82. Sat Mar  7 08:48:53 1992  Michael Tiemann  (tiemann@cygnus.com)
  83.  
  84.     * options.c: Several methods of the class `Options' remained from
  85.     an earlier implementation.  They have now been removed.
  86.  
  87. Sun Mar  1 17:03:43 1992  Per Bothner  (bothner@cygnus.com)
  88.  
  89.     * trie.h (Trie::Trie):  Initialize current_size field.
  90.     * Makefile.in:  Add 'check' rule.
  91.  
  92. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  93.  
  94.     * Makefile.in, configure.in: removed traces of namesubdir,
  95.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  96.       copyrights to '92, changed some from Cygnus to FSF.
  97.  
  98. Sat Feb  1 13:40:04 1992  Per Bothner  (bothner at cygnus.com)
  99.  
  100.     * Rename test.c to test.cc (avoids some problems in
  101.     getting the wrong include files).
  102.  
  103. Fri Feb 23 19:44:10 1990  Doug Schmidt  (schmidt at zola.ics.uci.edu)
  104.  
  105.         * Added the `-h' option to print out a verbose help message.
  106.  
  107.         * Added a check in Trie::output that ensures the program doesn't
  108.           crash if no keywords are given!
  109.           
  110.         * Implemented the -f (generate full trie) option.  This is useful
  111.           to generate another example program for my USENIX C++ paper!
  112.  
  113.         * Removed the member field `compact_output' from class Trie.  
  114.           Changed all uses of this variable to option[COMPACT].  Why
  115.           was it ever done the other way anyhow?!
  116.  
  117.         * Added the `-C' CONST option so that user's can declare strings in 
  118.           the generated lookup table to be readonly.
  119.  
  120. Fri Feb 16 10:47:02 1990  Doug Schmidt  (schmidt at zola.ics.uci.edu)
  121.  
  122.         * Killed some debugging code in compact.cc (operator new).
  123.  
  124. Thu Feb 15 23:20:44 1990  Doug Schmidt  (schmidt at zola.ics.uci.edu)
  125.  
  126.         * Fixed a bunch of incredibly stupid errors.  (I can't believe
  127.           this thing even worked before...).  That's what happens when you
  128.           don't hack for 2 months ;-(
  129.